Welcome![Sign In][Sign Up]
Location:
Search - TCP linux

Search list

[Internet-Networktcp-socket(4files)

Description: tcp,udp的c/s程序,包含了linux,window的socket-tcp and udp
Platform: | Size: 78848 | Author: she | Hits:

[Internet-NetworkTCP-server-client

Description: linux下基于TCP协议的通信程序,服务器发送和接收数据-communication program in C
Platform: | Size: 4096 | Author: kelland | Hits:

[Internet-Networktcp-client-server-c

Description: tcp code for linux in c
Platform: | Size: 1024 | Author: ank | Hits:

[Linux-UnixLinux-programming-ideas

Description: 本书内容分为4个部分:linux程序设计基础部分、linux用户空间网络编程部分、linux内核网络编程部分以及综合案例部分。内容包含linux系统概述、linux编程环境、linux文件系统简介、linux下的进程和线程、tcp/ip协议族、应用层网络服务程序、tcp编程、主机信息获取、数据io复用、udp编程、高级套接字、套接字选项、原始套接字、服务器模型、ipv6、linux 内核网络部分结构及分布、netfilter框架内报文处理程;解释多重继承问题的难点,展示RTTI的实际使用,描述了典型的设计模式及其实现,特别介绍被认为是标准C++下一版特征之一的多线程处理编程技术,并提供了最新的研究成果。-This book introduces C++ practical programming techniques and best practices, in-depth exploration of exception handling and exception safety design introduction of C++ string, input and output streams, STL algorithms, containers and templates for modern usage, including the template meta-programming Jieshi 多重 succession issues difficult to demonstrate the actual use of RTTI, describes the typical design patterns and, in particular on Jieshao is considered to be the next version of the standard C++ feature of multithreading programming techniques, and provides the latest research the results.
Platform: | Size: 1753088 | Author: 陈雨 | Hits:

[TCP/IP stackThe-Linux-TCP-IP-Stack---Networking-for-Embedded-

Description: Linux TCP/IP Stack. 1: Physical. Layer. 2: Data. Link. 4: Transport. 3: Network. 7: Application. 6: Presentation. 5: Session. Interface Layer (Ethernet, etc.) Protocol ...
Platform: | Size: 2399232 | Author: hkhot | Hits:

[Internet-Networktcp

Description: tcp linux c 编程实例,网络编程从这里开始。-tcp linux c programming examples, network programming from here.
Platform: | Size: 1024 | Author: renhard | Hits:

[Linux-UnixTCP

Description: linux网络编程中的传输层控制协议tcp的网络编程,适合工程中使用作为子函数模块-Transmission control protocol of TCP Linux network programming in network programming, suitable for engineering use as sub function module
Platform: | Size: 3072 | Author: | Hits:

[Linux-Unixsocket

Description: linux下使用socket进行TCP网络编程(socket programing under linux sysytem)
Platform: | Size: 7168 | Author: Mr汤 | Hits:

[TCP/IP stacktcp+udp

Description: socket网络编程在linux下的实现,支持tcp/udp两种协议(Socket network programming under Linux implementation, support tcp/udp two protocols)
Platform: | Size: 3072 | Author: 吴杰 | Hits:

[Linux-Unixtcp通讯协议握手分析

Description: 详细介绍TCP通讯过程,TCP通讯握手机制及源码(Details of the TCP communication process, TCP communications, holding mobile phone system and source code)
Platform: | Size: 39936 | Author: farsight_suifeng | Hits:

[TCP/IP stacktcp.tar

Description: linux下的网络编程,可实现传输文件和qq聊天的功能(Network programming under Linux, can transfer files and QQ chat function)
Platform: | Size: 9216 | Author: 雷哥666 | Hits:

[Linux-Unixtcp

Description: 在linux嵌入式平台上进行TCP通信代码(TCP communication code on Linux Embedded Platform)
Platform: | Size: 718848 | Author: 小清奈 | Hits:

[Linux-UnixLinux基础命令

Description: 本文将讲述网络相关命令,作者假定读者具备TCP/IP协议栈的基础知识。对于相关命令及其输出只介绍它的基本的使用方法和大概的描述,具体协议将不作详细解释。 如今网络无疑是很重要的,linux系统中提供了丰富的网络测试与管理命令。我们来一起看看它们。(This article will tell about network-related commands, and the author assumes that the reader has the basics of TCP\/IP protocol stacks. The specific agreement will not be explained in detail for the related command and its output to describe only its basic usage and approximate description.)
Platform: | Size: 747520 | Author: abc132123 | Hits:

[TCP/IP stackLinux下C语言Socket函数建立TCP连接

Description: LINUX下使用C语言基于SOCKET函数建立TCP连接(LINUX uses the C language to build TCP connections based on the SOCKET function)
Platform: | Size: 3072 | Author: 乐哉山水 | Hits:

[Linux-Unixlinux进程之间的通讯综合实例

Description: A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C使用共享内存来交互 步骤是:shmget->shmat->直接读写--->shmdt shmctl(删除) 可以man C与D之间使用消息传递进行 msgget-->msgrcv->msgsnd (注意这里的返回值判断发送正确与否 不是发送的字节数) D使用fork() 创建了一个进程 E D跟E之间使用无名管道进行交互 E程序中可以使用有名管道 进行通讯。(A<========>B<=========>C<=====>D<======>E Between the A and the B processes, the process of master socket is passed through the socket of the TCP: A server side: Socket -->bind---->listen---->accept send read B client: Socket-->connect->read send Do not understand the ability to man man socket B and C interact with shared memory The step is: shmget->shmat-> read and write --->shmdt shmctl directly (delete) Can man Message passing between C and D Msgget-->msgrcv->msgsnd (note that the return value here determines whether to send correctly or not the number of bytes sent) D uses fork () to create a process E Interaction between D and E using anonymous pipes E programs can communicate with famous pipes.)
Platform: | Size: 4096 | Author: 数据包 | Hits:

[TCP/IP stacklinux-1.2.13.tar

Description: tcp/ip内核源码实现,对于分析源码来理解tcp/ip协议有很好的作用(Tcp/ip kernel source code implementation)
Platform: | Size: 2354176 | Author: 123DLJ | Hits:

[Linux-Unix简单TCP套接

Description: linux系统下简单的soket套接,实现客户端与服务单的简单信息传输(Simple soket socket under Linux system,Simple information transmission of client and service list)
Platform: | Size: 4096 | Author: 枕戈天下 | Hits:

[Internet-Networktcp

Description: 利用Linux平台编程,实现让自己PC变成一个简单的服务器。可以通过IP和端口号实现局域网的网络通讯。(Use Linux platform programming to make your PC a simple server. The network communication of the LAN can be realized through IP and port number.)
Platform: | Size: 9216 | Author: lb_! | Hits:

[Linux-Unixlinux大作业代码

Description: 系统采用客户端和服务器端开发模式。在客户端,设计两个进程P1和P2同时读取网卡上的数据,P1读取数据后,负责将TCP报文中的头部数据写入到Packet文件中,P2读取数据后,负责将UDP报文的头部同样写入到Packet文件中。(The system uses the client and server-side development mode. On the client side, we design two processes, P1 and P2, and read the data on the network card. After reading data, P1 is responsible for writing the header data in the TCP message to the Packet file. After P2 reads the data, it is responsible for writing the header of the UDP message to Packet file as well.)
Platform: | Size: 5120 | Author: 纯甄 | Hits:

[Linux-UnixQT_TCP

Description: 基于linux的网络通信编程,c/s方式,服务器与客户端能同时收发消息(Network communication programming based on Linux)
Platform: | Size: 909312 | Author: zhou1996 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net